Package com.cisco.pt.ipc.sim.impl
Class CbacImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.CbacImpl
Information provided by the PKI file:
\class Cbac
\brief Cbac holds and manipulates Context-based access control.
\example network().getDevice("Router0").getProcess("CbacProcess").getCbacAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionCbacImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidsetInspectName(String inspectName) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
CbacImpl
public CbacImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setInspectName
Information provided by the PKI file:
\brief Sets the inspection name. \param inspectName, the string to set the inspection name to.- Specified by:
setInspectNamein interfaceCbac- Parameters:
inspectName- Takes in a parameter of inspectName
-
getInspectName
Information provided by the PKI file:
\brief Returns the inspection name. \returns string, the inspection name.- Specified by:
getInspectNamein interfaceCbac- Returns:
- String Returns a String
-